/*
Theme Name: Systemy Call Center 
Description; Oficjalny motyw wordpress dla Systemy Call Center
Version: 1.1
Author: SebastianLegenza.com
Author URI: http://SebastianLegenza.com
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff url('gfx/bg.png') 0px -15px repeat-x;
	color: #333;
	font-family: 'Open Sans', Arial;
	font-weight: 100 !important;
}

.clear {
	clear: both;
}

.wrapper {
	width: 978px;
	margin: 0 auto;

}

.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 10px;
	
}

.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 10px;
	
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


a img {
	border: 0;
}

#top {
	padding: 10px;
	height: 85px;
}

#logo {

	float: left;
	border-right: 1px solid #ccc;
	width: 255px;
	height: 75px;
	padding-top: 5px;
}

#top > ul {
	list-style-type: none;
	float: left;
	width: 465px;
	height: 80px;
	border-left: 1px solid #fff;
	border-right: 1px solid #ccc;
	padding-left: 10px;
}

#top > ul > li {
	float: left;
	margin: 20px 0 0 0;
	padding: 0 10px;
	font-size: 19px;
}

#top > ul > li > a {
	color: #0173bc;
	text-shadow: 1px 1px 0px #fff;
	text-decoration: none;
	padding-top: 6px;
	font-weight: 300;
}


#top > ul > li:hover > a, #top > ul > li > a:hover {
	color: #fff;
	text-shadow: 1px 1px 0px #0173bc;
}



#top > ul > li.current-menu-parent, #top > ul > li.current-menu-item {
	background: #0173bc url("gfx/link-bg.png") top left repeat-x;
	border-radius: 12px;
	height: 38px;	
}

#top > ul > li.current-menu-parent > a, #top > ul > li.current-menu-item  > a{
	color: #fff;
	text-shadow: 1px 1px 0px #0173bc;
}

#top > ul > li > a#home-link {
	background: url("gfx/home-link.png") -3px -20px no-repeat;
	width: 20px;
}

#top > ul > li > a#home-link:hover, li.current-menu-item > a#home-link {
	background: url("gfx/home-link.png") -3px 7px no-repeat !important;
	width: 20px;
}

#top .sub-menu {
	display: none;
}



#top > ul > li:hover ul.sub-menu {
	display: block;

	background: #fff;
	position: absolute;
	margin-top: 35px;
	margin-left: -10px;
	overflow: visible;
	padding: 10px 10px 0 10px;
	border: 1px solid #ccc;
	box-shadow: 0 5px 20px #999;
	border-radius: 5px;
	font-size: 14px;
	z-index: 300;
}

ul.sub-menu li {
	float: none;
	
}

ul.sub-menu li a {
	color: #0173bc;
}

ul.sub-menu li a:hover {
	text-decoration: underline;
}

ul.sub-menu li.current-menu-item a {
	font-weight: 500;
}

/* Styles for the entire LavaLamp menu */        
.lavaLamp {
    position: relative;
    
}
    /* Force the list to flow horizontally */
    .lavaLamp li {
        float: left;
        list-style: none;                    
    }
        /* Represents the background of the highlighted menu-item. */
        .lavaLamp li.back {
            /* background: #0d0; */

			height: 38px;
            z-index: 8;
            position: absolute;
			

        }
            .lavaLamp li.back .left {
                background: #0173bc url("gfx/link-bg.png") top left repeat-x;
				border-radius: 12px;
                height: 38px;
			
                margin-left: -9px; 
				margin-right: 11px;
				
            }
        /* Styles for each menu-item. */    
        .lavaLamp li a {
            position: relative; overflow: hidden;
            text-decoration: none; 
            text-transform: lowercase;
			outline: none;
            text-align: center;
            height: 30px;  
            z-index: 10; letter-spacing: 0; 
            float: left; display: block;
            margin: auto 2px;    
        }

#infoline, #infoline-2 {
	float: left;
	width: 230px;
	color: #5c5c5c5;
	text-shadow: 1px 1px 0px #fff;
	padding: 20px 0 0 10px;
	border-left: 1px solid #fff;
	text-align: center;
}

#infoline {
	padding-top: 10px;
}

#infoline strong, #infoline-2 strong {
	font-size: 15px;
	font-weight: normal;
}

#infoline em, #infoline-2 em {
	font-size: 28px;
	font-style: normal;
}

#infoline-2 {
	border-left: 1px solid #fff;
	border-right: 1px solid #ccc;
	height: 80px;
	padding-right: 15px;
	color: #888;
}

#page-title {
	background: url("gfx/h1-bg.png") bottom center no-repeat;
	padding: 15px 0;
}

#page-title h1 {
	color: #0173bc;

	font-size: 48px;
	line-height: 60px;
	font-weight: 300 !important;
}

#page-title h1.landing-page-a {
	font-size: 32px;
	line-height: 50px;
	font-weight: 300 !important;
	text-align: center;
	width: 650px;
	margin: 0 auto;
}



.content {
	margin: 30px auto;
	font-size: 16px;
}
.content p {
	margin: 7px 0 13px 0;
	line-height: 26px;
}

.content h1, .content h2, .content h3, .content h4, .content h5  {
	color: #0173bc;
	font-weight: 100 !important;
}

.content h3 {
	font-size: 28px;
	line-height: 56px;
}

.content a {
	color: #0173bc;
}

.content a:hover {
	text-decoration: none;
	position: relative;
	top: 1px;
}

.content ul, .content ol {
	margin-left: 30px;
	margin-bottom: 10px;
}

.content input {
	height: 30px;

	border: 1px solid #ccc;
	padding: 4px 8px;
	box-shadow: inset 0px 0px 10px #eee;
	border-radius: 5px;
	font-family: "Open Sans";
	color: #666;
}

.content textarea {
	border: 1px solid #ccc;
	padding: 4px 8px;
	box-shadow: inset 0px 0px 10px #eee;
	border-radius: 5px;
	font-family: "Open Sans";
	color: #666;
	height: 100px;

}

.content .wpcf7-submit {
	display: block;
	text-align: center;
	width: 160px;
	height: 50px;
	margin-top: 20px;
	padding: 10px 20px;
	color: #ffffff;
	background: #075d95;
	text-shadow: 1px 1px 0px #111111;
	box-shadow: inset 0 0 10px #077DC8;
	border: 1px solid #075d95;
	border-radius: 6px;
	font-family: "Open Sans";
	font-size: 18px;
	text-decoration: none;
}

.content .wpcf7-not-valid-tip {
	position: relative;
	top: 0px;
	left: 10px;
	text-align: center;
	border-radius: 4px;
	padding: 7px 14px;
	background: #d00;
	color: #fff !important;
	font-weight: 500;
}

.content .wpcf7-response-output {
	position: relative;
	top: -102px;
	left: 178px;
	padding: 6px 15px;
	width: 305px;
	font-size: 13px;
	font-weight: 500;
	border: none !important;
	color: #fff;
	background: #075D95;
	text-align: center;
	border-radius: 4px;
	cursor: pointer;
}

.landing-page-a {

}



.landing-page-a ul {
	margin-top: 40px;
	margin-left: 20px;
	list-style-type: none
}

.landing-page-a li {
	background: url('gfx/pointer.png') left no-repeat;
	padding-left: 30px;
	margin: 10px 0;
}

.landing-page-a a.btn {
	display: block;
	text-align: center;
	width: 260px;
	margin: 25px auto 10px auto;
	padding: 10px 20px;
	color: #ffffff;
	background: #075d95;
	text-shadow: 1px 1px 0px #111111;
	box-shadow: inset 0 0 10px #077DC8;
	border: 1px solid #075d95;
	border-radius: 6px;
	text-decoration: none;
	float: none;
	font-weight: 500;
	font-size: 18px;
}

.landing-page-a a.btn:hover {
	position: relative;
	top: 1px;
}


#wpcf7-f71-p12-o1 {
	position: relative;
	top: -8px;

}

#ebook {
	float: left;
	width: 220px;
	height: 145px;
	padding: 10px 20px 8px 20px;
	overflow: hidden;
	border: 1px solid #e8e4e4;
	background: url("gfx/endbox-grad-a.png") top left; 
	border-radius: 7px;
	text-align: center;
}

#ebook h2 {
	font-size: 18px;
	font-family: 'Open Sans';
	font-weight: bolder;
	color: #0173bc;
}

#ebook h3 {
	font-size: 17px;
	font-style: italic;
	font-weight: normal;
	color: #0173bc;
	margin-top: 8px;
}

#ebook a {
	display: block;
	border: 1px solid #aaa;
	line-height: 46px;
	margin-top: 9px;
	border-radius: 5px;
	background: #fff url("gfx/btn-bg.png") top left repeat-x;
	text-transform: uppercase;
	font-family: 'Open Sans';
	text-decoration: none;
	color: #222;
	font-size: 18px;
}

#ebook a:hover {
	color: #666;
	position: relative;
	top: 1px;
}

#quick-contact {
	float: right;
	width: 640px;
	height: 145px;
	padding: 10px 20px 8px 20px;
	overflow: hidden;
	border: 1px solid #075d95;
	background: #0173bd url("gfx/endbox-grad-b.png") top left repeat-x; 
	margin-bottom: 20px;
	border-radius: 7px;
	box-shadow: inset 0px 0px 5px #82c7f4;
}

#quick-contact h2 {
	font-size: 18px;
	font-family: 'Open Sans';
	font-weight: normal;
	color: #fff;
	text-shadow: 1px 1px 0px #0173bc;
}

#quick-contact input {
	float: left;
	width: 263px;
	height: 45px;
	margin: 10px 0 0 0;
	border: 1px solid #075d95;
	padding-left: 40px;
	padding-right: 10px;
	box-shadow: inset 0px 0px 10px #888;
	border-radius: 5px;
	font-family: "Open Sans";
	color: #666;
}

#quick-contact input.qc-name {
	background: #fff url("gfx/name-icon.png") 10px 14px no-repeat;
}

#quick-contact input.qc-phone {
	background: #fff url("gfx/phone-icon.png") 10px 14px no-repeat;
}

#quick-contact input.qc-mail {
	background: #fff url("gfx/mail-icon.png") 10px 14px no-repeat;
}

#quick-contact input.qc-phone, #quick-contact input.qc-send {
	margin-left: 10px;
}

#quick-contact input.qc-send {
	cursor: pointer;
	width: 315px;
	padding: 0;
	height: 45px;
	background: #004978 url('gfx/btn-bg-deep-blue.png') top left repeat-x;
	border: 1px solid #00304f;
	box-shadow: inset 0px 0px 10px #077dc8;
	color: #fff;
	text-shadow: 1px 1px 0px #000;
	font-size: 18px;
}

#quick-contact input.qc-send:hover {
	position: relative;
	top: 1px;
}

#quick-contact .wpcf7-not-valid-tip {
	display: none !important;
}

#quick-contact .wpcf7-response-output {
	position: absolute;
	margin-top: -189px;
	margin-left: -2px;
	padding: 6px 15px;
	width: 605px;
	font-size: 16px;
	font-weight: 500;
	border: none !important;
	color: #fff;
	background: #075D95;
	text-align: center;
	border-radius: 4px;
	cursor: pointer;
}



#footer {

	width: 100%;
	background: #f7f7f7 url('gfx/footer-bg.png') top left repeat-x;
	padding: 15px 0 80px 0;
	
}

#footer p {
	font-size: 12px;
	font-family: Arial;
	margin: 5px 0 10px 0;
}

#about {
	float: left;
	border-right: 1px solid #ccc;
	width: 320px;
	height: 100px;
}

#about img {
	float: left;
	margin-right: 20px;
	margin-top: 10px;

}

#about p {
	margin-left: 120px;
}

#footer .wrapper > ul {
	list-style-type: none;
	float: left;
	width: 380px;

	height: 100px;
	border-left: 1px solid #fff;
	padding-left: 10px;
}

#footer .wrapper > ul > li {
	float: left;
	margin: 40px 0 0 0;
	padding: 0 7px;
	font-size: 15px;
}

#footer .wrapper > ul > li > a {
	color: #888;
	text-decoration: none;
	padding-top: 3px;
}

#footer .wrapper > ul > li > a:hover,  #footer li.current-menu-item  > a {
	color: #fff !important;
}

#footer li.current-menu-item  {
	background: #737373 url("gfx/link-bg-f.png") top left repeat-x;
	border-radius: 12px;
	height: 30px;

	margin-left: -7px; 
	margin-right: 7px;
}

#footer .wrapper > ul > li > a#home-link {
	background: url("gfx/home-link.png") -4px -52px no-repeat;
	width: 15px;
}

#footer .wrapper > ul > li > a#home-link:hover, #footer li.current-menu-item > a#home-link {
	background: url("gfx/home-link.png") -4px 2px no-repeat !important;
	width: 15px;
}


/* Styles for the entire LavaLamp menu */        
.lavaLamp-f {
    position: relative;
    overflow: hidden;
}
    /* Force the list to flow horizontally */
    .lavaLamp-f li {
        float: left;
        list-style: none;                    
    }
        /* Represents the background of the highlighted menu-item. */
        .lavaLamp-f li.back {
            /* background: #0d0; */

			height: 30px;
            z-index: 8;
            position: absolute;
			

        }
            .lavaLamp-f li.back .left {
                background: #737373 url("gfx/link-bg-f.png") top left repeat-x;
				border-radius: 12px;
                height: 30px;
			
                margin-left: -7px; 
				margin-right: 7px;
				
            }
        /* Styles for each menu-item. */    
        .lavaLamp-f li a {
            position: relative; overflow: hidden;
            text-decoration: none; 
            text-transform: lowercase;
			outline: none;
            text-align: center;
            height: 30px;  
            z-index: 10; letter-spacing: 0; 
            float: left; display: block;
            margin: auto 2px;    
        }

/* 
	SLIDER MOD
----------------------------------------------------*/

.coda-slider-wrapper .coda-nav  {
	position: absolute;
	margin-top: 0px;
	z-index: 100 !important;

}

#slider h2.title {
	color: #0173bc;
	font-size: 44px;
	margin-top: 10px;
	margin-bottom: 15px;
	font-weight: 100 !important;
}

#slide-1 {
	background: url("gfx/slide-1.jpg") 340px 0px no-repeat;
}

#slide-2 {
	background: url("gfx/slide-2.jpg") 330px 0px no-repeat;
}

#slide-3 {
	background: url("gfx/slide-3.jpg") 430px 0px no-repeat;
}

#slide-4 {
	background: url("gfx/slide-4-n.jpg") 245px 10px no-repeat;
}

#slide-3 ul {
	list-style-type: disc;
	margin-left: 20px;
}

a.slider-btn {
	display: block;
	text-align: center;
	width: 160px;
	margin-top: 20px;
	padding: 10px 20px;
	color: #ffffff;
	background: #075d95;
	text-shadow: 1px 1px 0px #111111;
	box-shadow: inset 0 0 10px #077DC8;
	border: 1px solid #075d95;
	border-radius: 6px;
	font-family: "Open Sans";
	text-decoration: none;
}

a.slider-btn:hover {
	position: relative;
	top: 1px;
}

#slider p {
	width: 500px;
}

.coda-slider-wrapper .coda-nav  a {

	width: 270px;
	height: 53px;
	background: none !important;
	color: #ccc;
	line-height: 52px;
	font-size: 24px;
	text-align: center;
}

.coda-slider-wrapper .coda-nav  a:hover {
	color: #222;
}

.coda-slider-wrapper .coda-nav  .current {
	background: url('gfx/slider-pointer.png') no-repeat !important;
	color: #222;
	text-shadow: 1px 1px 0px #ffffff;
	
}

.coda-slider-wrapper .coda-nav .tab1 {
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: 150px; z-index: 1000 !important;
}

.coda-slider-wrapper .coda-nav .tab2 {
	position: absolute;
	top: 85px;
	left: 50%;
	margin-left: 150px; z-index: 1000 !important;
}

.coda-slider-wrapper .coda-nav .tab3 {
	position: absolute;
	top: 150px;
	left: 50%;
	margin-left: 150px; z-index: 1000 !important;
}

.coda-slider-wrapper .coda-nav .tab4 {
	position: absolute;
	top: 210px;
	left: 50%;
	margin-left: 150px;z-index: 1000 !important;
}

 
 
/* MODAL WINDOW */ 
 
#mask {
  position:absolute;
  left: 0;
  top: 0;
  z-index:9000;
  background-color:#fff;
  display:none;
  opacity: 0.7;
}
   
#boxes .window {
  position:absolute;
  width:730px;
  display:none;
  z-index:9999;
  padding:20px;
  background: #fff;
  box-shadow: 0px 5px 20px #777;
  border-radius: 6px;
}
 
 
 
 
/* Customize your modal window here, you can add background image too */
#boxes #pobierz {
	width: 995px;
}

#boxes a#img_close {
	position: relative !important;
	left: 13px !important;

}


#boxes #message-qc-ok, #boxes #message-lp-ok {
	width: 640px;
	
}

#boxes #message-qc-ok p {
	text-align: center !important;
	margin: 30px 0 !important;

}

#boxes #message-lp-ok p {
	text-align: center !important;
	margin: 30px 0 !important;
	
}


#lp-left, #lp-right {
	width: 610px;
	padding-top: 20px;
	
}



#lp-left {
	float: left;
	background: #fff url("gfx/lp-img.jpg") 395px -10px no-repeat;
}

#lp-left  h3 {
	letter-spacing: -1px;
}

#lp-right {
	float: right;
	width: 370px;
}

a.lp_home_backlink {
	float: right;
	margin-right: 80px;
	margin-top: -33px;
	font-size: 13px;
	color: #555;
}

a.lp_home_backlink:hover {
	color: #0173BC
}

#boxes {
	font-size: 16px;
}

#boxes p {
	margin: 7px 0 13px 0;
	line-height: 26px;
}

#boxes h1, #boxes h2, #boxes h3, #boxes h4, #boxes h5  {
	color: #0173bc;
	font-weight: 100 !important;
	text-align: center;
}

#boxes h3 {
	font-size: 28px;
	line-height: 38px;
}

#boxes a {
	color: #0173bc;
}

#boxes a:hover {
	text-decoration: none;
	position: relative;
	top: 1px;
}

#boxes ul, #boxes ol {
	margin-left: 30px;
	margin-bottom: 10px;
}

#boxes a.close {
	float: right;
	
}

#boxes .download-form {
	width: 740px;
	padding: 15px 20px 0 20px;
	margin: 10px auto;
	border-top: 1px solid #ccc;
}

#boxes .download-form input {
	float: left;
	width: 305px;
	height: 45px;
	margin: 10px 0;
	border: 1px solid #ccc;
	padding-left: 40px;
	padding-right: 10px;
	box-shadow: inset 0px 0px 10px #ccc;
	border-radius: 5px;
	font-family: "Open Sans";
	color: #666;
}

#boxes .download-form input.lp-name {
	background: #fff url("gfx/name-icon.png") 10px 14px no-repeat;
}

#boxes .download-form input.lp-phone {
	background: #fff url("gfx/phone-icon.png") 10px 14px no-repeat;
}

#boxes .download-form input.lp-mail {
	background: #fff url("gfx/mail-icon.png") 10px 14px no-repeat;
}

#boxes .download-form input.lp-phone, #boxes .download-form input.lp-send {
	margin-left: 20px;
}

#boxes .download-form .lp-extra-book input, #boxes .download-form .lp-extra-book-2 input {
	height: 15px;
	width: 20px;
	margin: 7px 0 0 0;
}

#boxes .download-form .lp-extra-book label, #boxes .download-form .lp-extra-book-2 label {
	font-weight: 500;
	color: #0173bc;
}

#boxes .download-form input.lp-send {
	cursor: pointer;
	width: 360px;
	padding: 0;
	height: 45px;
	background: #004978 url('gfx/btn-bg-deep-blue.png') top left repeat-x;
	border: 1px solid #00304f;
	box-shadow: inset 0px 0px 10px #077dc8;
	color: #fff;
	text-shadow: 1px 1px 0px #000;
	font-size: 18px;
}

#boxes .download-form input.lp-send:hover {
	position: relative;
	top: 1px;
}

#boxes .download-form .lp-url, #boxes .download-form .lp-url-2 {
	display: none !important;
}



#boxes .wpcf7-submit {
	display: block;
	text-align: center;
	width: 160px;
	height: 50px;
	margin-top: 20px;
	padding: 10px 20px;
	color: #ffffff;
	background: #075d95;
	text-shadow: 1px 1px 0px #111111;
	box-shadow: inset 0 0 10px #077DC8;
	border: 1px solid #075d95;
	border-radius: 6px;
	font-family: "Open Sans";
	font-size: 18px;
	text-decoration: none;
}

#boxes .wpcf7-not-valid-tip {
	display: none !important;
}

#boxes .wpcf7-response-output {
	position: absolute;
	margin-top: -247px;
	margin-left: 0px;
	padding: 6px 15px;
	width: 705px;
	font-size: 16px;
	font-weight: 500;
	border: none !important;
	color: #fff;
	background: #075D95;
	text-align: center;
	border-radius: 4px;
	cursor: pointer;
}

#boxes a.download {
	display: block;
	border: 1px solid #aaa;
	line-height: 46px;
	margin: 15px auto 10px auto;
	border-radius: 5px;
	background: #fff url("gfx/btn-bg.png") top left repeat-x;
	text-transform: uppercase;
	font-family: 'Open Sans';
	text-decoration: none;
	color: #222;
	font-size: 18px;
	width: 150px;
	text-align: center;
}

#boxes a.download:hover {
	color: #666;
	position: relative;
	top: 1px;
}

#send-form-1,  #send-form-2 {
	display: none;
}

#lp-content ul {
	list-style-type: none;
	margin: 0;
} 

#lp-content li {
	margin: 11px 0;
	background: url('gfx/pointer.png') 0px 2px no-repeat;
	padding-left: 30px;
	margin: 10px 0;
	font-size: 18px;
}

	

#lp-content li:first-child {
	margin: 0 0 11px 0;
}

#lp-content li:last-child {
	margin: 11px 0 0 0;
}


#ebook3{
	width: 890px !important;
	padding: 30px 40px !important;
	background: #fff !important;
}

#ebook3 .smaller{
	font-size: 18px !Important;
}

#ebook3 h3 {
	line-height: 26px;
	position: relative;
	top: -10px;
	
}

#ebook3 .photobook3 {
	float: left;
	background: url('http://www.systemycallcenter.pl/wp-content/uploads/2012/12/ebook3.jpg') top left no-repeat;
	width: 292px;
	height: 260px;
        margin-left: 75px;
}

#ebook3 .photobook3 a {
	display: block;
	border: 1px solid #aaa;
	line-height: 46px;
	margin-top: 9px;
	border-radius: 5px;
	background: #fff url("gfx/btn-bg.png") top left repeat-x;
	text-transform: uppercase;
	font-family: 'Open Sans';
	text-decoration: none;
	color: #222;
	font-size: 18px;
	text-align: center;
	width: 120px;
	margin: 215px auto 0 auto
}

#ebook3 .photobook3 a:hover {
	color: #666;
	position: relative;
	top: 1px;
}

#ebook3 ul {
	margin-top: 40px;
	margin-left: 395px;
	list-style-type: none
}

#ebook3 li {
	background: url('gfx/pointer.png') left no-repeat;
	padding-left: 30px;
	margin: 10px 0;
}

#ebook3 .close {
	position: relative; z-index: 300;
}

#send-form-4 {
	display: none;
}	


#produktowa {
	width: 890px !important;
	padding: 30px 40px !important;
	background: #fff url("gfx/prevka2.jpg") 0px 0px no-repeat !important;
}


#produktowa h3 {
	text-align: left;
	margin-left: 285px;
}

#produktowa ul {
	margin-top: 30px;
	margin-left: 345px;
	list-style-type: none
}

#produktowa li {
	background: url('gfx/pointer.png') left no-repeat;
	padding-left: 30px;
	margin: 10px 0;
}

#produktowa h2#lp-phone-number {
	font-size: 20px;
	font-weight: 400 !important;
	margin: 25px auto 10px auto;

#produktowa a.btn {
	display: block;
	text-align: center;
	width: 260px;
	margin: 25px auto 10px auto;
	padding: 10px 20px;
	color: #ffffff;
	background: #075d95;
	text-shadow: 1px 1px 0px #111111;
	box-shadow: inset 0 0 10px #077DC8;
	border: 1px solid #075d95;
	border-radius: 6px;
	text-decoration: none;
	float: none;
	font-weight: 500;
	font-size: 18px;
}

#produktowa a.btn:hover {
	position: relative;
	top: 1px;
}

ul#produktowa {
	list-style-type: none;
}



#boxes #produktowa .wpcf7-response-output {
	position: absolute;
	margin-top: -202px;
	margin-left: 0px;
	padding: 6px 15px;
	width: 705px;
	font-size: 16px;
	font-weight: 500;
	border: none !important;
	color: #fff;
	background: #075D95;
	text-align: center;
	border-radius: 4px;
	cursor: pointer;
}